Do not leak unapplied layout properties
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 28 Mar 2019 17:22:02 +0000 (17:22 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 28 Mar 2019 17:22:02 +0000 (17:22 +0000)
commit208cae2f05b0b5f9a43116787b2ec08f5b499b2d
treec93cb0ce9a022c0b106455406f4adb7c37f581e0
parentecba428d52f52572705991c20fb430e55ea02116
Do not leak unapplied layout properties

If the layout manager does not have a GtkLayoutChild, or if we cannot
apply layout properties, we should free them instead of leaking them.
gtk/gtkwidget.c